PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFSampleFunction Class / setInterpolationMode Method
A PDFSampleFunctionInterpolationMode enum member that represents the order of interpolation between samples.
In This Topic
    setInterpolationMode Method
    In This Topic
    Sets the interpolation mode.
    Syntax
    public void setInterpolationMode( 
       PDFSampleFunctionInterpolationMode value
    )

    Parameters

    value
    A PDFSampleFunctionInterpolationMode enum member that represents the order of interpolation between samples.
    See Also